home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Tracks_Water / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.1 KB  |  92 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(0,51,153);
  6.     font-weight : bold;
  7.     background-color : rgb(227,227,227);
  8.     background-image : none
  9. }
  10.  
  11. A:active
  12. {
  13.     color : rgb(0,51,153);
  14.     text-decoration : line-through
  15. }
  16.  
  17. A:link
  18. {
  19.     color : rgb(0,51,153);
  20.     text-decoration : line-through
  21. }
  22.  
  23. UL
  24. {
  25.     letter-spacing : 0.15em
  26. }
  27.  
  28. A:visited
  29. {
  30.     color : rgb(0,51,153);
  31.     text-decoration : line-through
  32. }
  33.  
  34. .TextObject
  35. {
  36.     font-size : 1em;
  37.     line-height : 1.5em;
  38.     text-indent : 2em
  39. }
  40.  
  41. H1
  42. {
  43.     border-left : 0.2em double rgb(255,255,255)
  44. }
  45.  
  46. H2
  47. {
  48.     color : rgb(0,51,153);
  49.     border-left : 0.2em double rgb(255,255,255)
  50. }
  51.  
  52. P
  53. {
  54.     font-size : 1em;
  55.     color : rgb(0,51,153);
  56.     line-height : 1.5em;
  57.     text-indent : 2em
  58. }
  59.  
  60. H3
  61. {
  62.     border-left : 0.2em double rgb(255,255,255)
  63. }
  64.  
  65. OL
  66. {
  67.     letter-spacing : 0.15em
  68. }
  69.  
  70. H4
  71. {
  72.     border-left : 0.2em double rgb(255,255,255)
  73. }
  74.  
  75. H5
  76. {
  77.     color : rgb(0,51,153);
  78.     border-left : 0.2em double rgb(255,255,255)
  79. }
  80.  
  81. H6
  82. {
  83.     border-left : 0.2em double rgb(255,255,255)
  84. }
  85.  
  86. A:hover
  87. {
  88.     color : rgb(0,51,153);
  89.     text-decoration : underline overline
  90. }
  91.  
  92.